func github.com/andybalholm/brotli.findBlocksCommand

2 uses

	github.com/andybalholm/brotli (current package)
		block_splitter_command.go#L57: func findBlocksCommand(data []uint16, length uint, block_switch_bitcost float64, num_histograms uint, histograms []histogramCommand, insert_cost []float64, cost []float64, switch_signal []byte, block_id []byte) uint {
		block_splitter_command.go#L421: 			num_blocks = findBlocksCommand(data, length, block_switch_cost, num_histograms, histograms, insert_cost, cost, switch_signal, block_ids)